<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

body {
    min-width: 1200px;
}

body,
textarea {
    font-family: MicrosoftYaHei, arial, helvetica, sans-serif;
    font-size: 14px
}

body {
    background-color: #F2F5F9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 600
}

li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    overflow: visible;
    outline: none;
}

input,
textarea,
select {
    *font-size: 100%;
    outline: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

img {
    border: 0 none
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clear {
    zoom: 1;
}

.container {
    width: 1200px;
    min-width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: -10px;
    padding-left: -10px;
}

.container:after,
.container:before {
    display: table;
    content: " ";
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.icon {
    display: block;
    background-repeat: no-repeat;
}

.icon-font {
    display: inline-block;
    *zoom: 1;
    _display: inline;
    vertical-align: middle;
    background-repeat: no-repeat;
}
</pre></body></html>